Programming the MRPiZ with Java

  Programming the MRPiZ robot in Java language . API functions Motors controls : forward() : move the robot MRPiZ forward. forward_mm() : move the robot MRPiZ forward with a millimeter parameter. back() : move the robot MRPiZ back. back_mm() : move the robot MRPiZ back with a millimeter parameter. stop() : stop the robot MRPiZ. turnRight() : turn right … Continue reading Programming the MRPiZ with Java